home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / taglx330.zip / READERS.DOC < prev    next >
Text File  |  1993-12-10  |  25KB  |  619 lines

  1.  
  2.  
  3.  
  4.  
  5.                          ╒═══════════════════════╕
  6.                          │ Tag Line Xpress v3.30 │
  7.                          ╘═══════════════════════╛
  8.                                                    release date 12/03/93
  9.  
  10.         The following is specific documentation for installing Tag Line
  11.         Xpress v3.xx into the following mail readers:
  12.  
  13.         Silly Little Mail Reader (SLMR) v2.0 v2.1 v2.1a
  14.         Off Line Xpress (OLX) v2.1 v2.2 v3.0 v3.01 v3.02 v3.10
  15.         Deluxe² v1.25 v1.26
  16.         Jabber v1.2
  17.         SpeedRead (Speed) v1.2 v1.3
  18.         MegaReader v2.1
  19.         Blue Wave v2.12
  20.         1stReader v1.10
  21.         RoboMail v1.20
  22.  
  23.  
  24.                         Silly Little Mail Reader
  25.                         ~~~~~~~~~~~~~~~~~~~~~~~~
  26.  
  27.         Tag Line Xpress installs automatically into version 2 of Silly
  28.         Little Mail Reader (SLMR). This includes versions 2.0, 2.1 and
  29.         2.1a. Other versions have not been tested with TLX and are not
  30.         guaranteed to work.
  31.  
  32.         If you experience double taglines with SLMR, you can use the
  33.         UNTAG.EXE utility provided with this archive. From within SLMR,
  34.         modify the Configuration option PACKERS and add NEWZIP before
  35.         the compress command, e.g.
  36.  
  37.         Old Option> PKZIP -A !
  38.         New Option> \path\NEWZIP PKZIP -A !
  39.  
  40.         TLX will create a batch file called NEWZIP.BAT in the mail
  41.         reader directory, you should edit it and ensure that the file
  42.         reads:
  43.  
  44.         \path\UNTAG %4
  45.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  46.  
  47.         If you have changed your compress commands, change the UNTAG %
  48.         number to the parameter for the replies message file that is
  49.         compressed by the packer.
  50.  
  51.  
  52.         Advanced Information
  53.         ~~~~~~~~~~~~~~~~~~~~
  54.         This information is provided only to satisfy curiosity, and
  55.         explain the process by which TLX works.
  56.  
  57.         The following options are automatically modified by TLX within
  58.         the SLMR configuration:
  59.  
  60.         ENABLETAGS - taglines will be disabled within SLMR - 01
  61.         REPLYHEADER - header on replies for the Quote Enhancer - Y
  62.         QSTYLE - quoting style for reply file generated (none) - 01
  63.         QSTRING - quote characters to use for reply file (none) -blank-
  64.         EDITOR - Editor name, TLX batch filename - TLX_RUN.BAT
  65.         SWAP - swapping enabled - Y
  66.         SWAPXMSEMS - EMS/XMS swapping enabled - Y
  67.         QUOTEDFILE - file that SLMR creates - REPLY.MSG
  68.         REPLYFILE - file that SLMR reads with changes - REPLY.MSG
  69.  
  70.         The batch file TLX_RUN.BAT contains the following:
  71.  
  72.         \path\TLX Q \path\ %1
  73.         editor %1 %2 %3 %4 %5
  74.         \path\TLX T \path\ %1
  75.         
  76.         where \path\TLX is the full path and filename of TLX;
  77.         Q is the command to Quote the message;
  78.         \path\ is the path to TLX's config and database;
  79.         %1 is the parameter that is replaced with the message file;
  80.         editor is the name of the editor with parameters %1-%5;
  81.         \path\TLX is the full path and filename of TLX;
  82.         T is the command to add a tagline;
  83.         \path\ is the path to TLX's config and database;
  84.         and %1 is the parameter that is replaced with the message file.
  85.  
  86.  
  87.                             Off Line Xpress
  88.                             ~~~~~~~~~~~~~~~
  89.  
  90.         Tag Line Xpress installs automatically into Off Line Xpress
  91.         versions 2.1, 2.2, 3.0, 3.01, 3.02 and 3.10. Other versions have
  92.         not been tested with TLX and are not guaranteed to work.
  93.  
  94.         In OLX v3.x - using the internal editor causes TLX to behave
  95.         differently. You have to press the F7 key to quote your reply,
  96.         and the F8 key to attach a tagline.
  97.  
  98.  
  99.         Advanced Information
  100.         ~~~~~~~~~~~~~~~~~~~~
  101.         This information is provided only to satisfy curiosity, and
  102.         explain the process by which TLX works.
  103.  
  104.  
  105.         OLX v2.x -
  106.         The following options are automatically modified by TLX within
  107.         the OLX v2.x configuration:
  108.  
  109.         ENABLETAGS - taglines will be disabled within OLX - 01
  110.         REPLYHEADER - header on replies for the Quote Enhancer - Y
  111.         QSTYLE - quoting style for reply file generated (none) - 01
  112.         QSTRING - quote characters to use for reply file (none) -blank-
  113.         EDITOR - Editor name, TLX batch filename - TLX_RUN.BAT
  114.         SWAP - swapping enabled - Y
  115.         SWAPXMSEMS - EMS/XMS swapping enabled - Y
  116.         QUOTEDFILE - file that OLX creates - REPLY.MSG
  117.         REPLYFILE - file that OLX reads with changes - REPLY.MSG
  118.  
  119.         The batch file TLX_RUN.BAT contains the following:
  120.  
  121.         \path\TLX Q \path\ %1
  122.         editor %1 %2 %3 %4 %5
  123.         \path\TLX T \path\ %1
  124.         
  125.         where \path\TLX is the full path and filename of TLX;
  126.         Q is the command to Quote the message;
  127.         \path\ is the path to TLX's config and database;
  128.         %1 is the parameter that is replaced with the message file;
  129.         editor is the name of the editor with parameters %1-%5;
  130.         \path\TLX is the full path and filename of TLX;
  131.         T is the command to add a tagline;
  132.         \path\ is the path to TLX's config and database;
  133.         and %1 is the parameter that is replaced with the message file.
  134.  
  135.  
  136.         OLX v3.x -
  137.         The following options are automatically modified by TLX within
  138.         the OLX v3.x configuration:
  139.  
  140.         Hardware - EMS/XMS/DISK swapping enabled
  141.         Editor - TLX_RUN.BAT is inserted (external editor only)
  142.         Replies - Taglines OFF; Quoting NONE; Quote Prefix BLANK;
  143.                   Header ENABLED
  144.         Function Keys - F7 and F8 keys assigned to TLX (internal editor)
  145.  
  146.  
  147.                                 Deluxe²
  148.                                 ~~~~~~~
  149.  
  150.         Tag Line Xpress installs automatically into versions 1.25 and
  151.         1.26 of Deluxe². Other versions have not been tested with TLX
  152.         and are not guaranteed to work.
  153.  
  154.         There are two options you MUST change manually within Deluxe's
  155.         configuration; FLAGS "Show message header in your editor" to NO;
  156.         and SuperShell to YES. You should delete all the taglines stored
  157.         by Deluxe² and enter them into TLX instead.
  158.  
  159.         If you experience double taglines with Deluxe², you can use the
  160.         UNTAG.EXE utility provided with this archive. Within the Deluxe²
  161.         Configuration file add NEWZIP.BAT before the compress command,
  162.         e.g.
  163.  
  164.         Old Option> PKZIP -A
  165.         New Option> \path\NEWZIP.BAT PKZIP -A
  166.  
  167.         TLX will create a batch file called NEWZIP.BAT in the mail
  168.         reader directory, you should edit it and ensure that the file
  169.         reads:
  170.  
  171.         \path\UNTAG %4
  172.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  173.  
  174.         If you have changed your compress commands, change the UNTAG %
  175.         number to the parameter for the replies message file that is
  176.         compressed by the packer.
  177.  
  178.  
  179.         Advanced Information
  180.         ~~~~~~~~~~~~~~~~~~~~
  181.         This information is provided only to satisfy curiosity, and
  182.         explain the process by which TLX works.
  183.  
  184.         The following options are automatically modified by TLX within
  185.         the Deluxe² configuration:
  186.  
  187.         Editors - C:\path\TLX_RUN.BAT %O
  188.         Show message header - NO (manually)
  189.         SuperShell - YES (manually)
  190.  
  191.         The batch file TLX_RUN.BAT contains the following:
  192.  
  193.         \path\TLX Q \path\ %1
  194.         editor %1 %2 %3 %4 %5
  195.         \path\TLX T \path\ %1
  196.         
  197.         where \path\TLX is the full path and filename of TLX;
  198.         Q is the command to Quote the message;
  199.         \path\ is the path to TLX's config and database;
  200.         %1 is the parameter that is replaced with the message file;
  201.         editor is the name of the editor with parameters %1-%5;
  202.         \path\TLX is the full path and filename of TLX;
  203.         T is the command to add a tagline;
  204.         \path\ is the path to TLX's config and database;
  205.         and %1 is the parameter that is replaced with the message file.
  206.  
  207.  
  208.  
  209.                                  Jabber
  210.                                  ~~~~~~
  211.  
  212.         Tag Line Xpress installs automatically into version 1.2 of
  213.         Jabber. Other versions have not been tested with TLX and are not
  214.         guaranteed to work.
  215.  
  216.         If you experience double taglines with Jabber, you can use the
  217.         UNTAG.EXE utility provided with this archive. Within the Jabber
  218.         Configuration file add NEWZIP.BAT before the compress command,
  219.         e.g.
  220.  
  221.         Old Option> {ZIP=PKZIP !}
  222.         New Option> {ZIP=\path\NEWZIP.BAT PKZIP !}
  223.  
  224.         TLX will create a batch file called NEWZIP.BAT in the mail
  225.         reader directory, you should edit it and ensure that the file
  226.         reads:
  227.  
  228.         \path\UNTAG %2
  229.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  230.  
  231.         If you have changed your compress commands, change the UNTAG %
  232.         number to the parameter for the replies message file that is
  233.         compressed by the packer.
  234.  
  235.  
  236.         Advanced Information
  237.         ~~~~~~~~~~~~~~~~~~~~
  238.         This information is provided only to satisfy curiosity, and
  239.         explain the process by which TLX works.
  240.  
  241.         The following options are automatically modified by TLX within
  242.         the Jabber configuration file:
  243.  
  244.         SWAP=Yes
  245.         SWAPEMS=Yes
  246.         QUOTE_QUOTE=No
  247.         QUOTE_REPLY=No
  248.         REPLYHEADER=Yes
  249.         PREPROCESS=C:\path\TLX q C:\path\ @QUOTE@
  250.         POSTPROCESS=C:\path\TLX t C:\path\ @QUOTE@
  251.         TAG_QUERY=Never
  252.  
  253.         The batch file TLX_RUN.BAT contains the following:
  254.  
  255.         \path\TLX Q \path\ %1
  256.         editor %1 %2 %3 %4 %5
  257.         \path\TLX T \path\ %1
  258.         
  259.         where \path\TLX is the full path and filename of TLX;
  260.         Q is the command to Quote the message;
  261.         \path\ is the path to TLX's config and database;
  262.         %1 is the parameter that is replaced with the message file;
  263.         editor is the name of the editor with parameters %1-%5;
  264.         \path\TLX is the full path and filename of TLX;
  265.         T is the command to add a tagline;
  266.         \path\ is the path to TLX's config and database;
  267.         and %1 is the parameter that is replaced with the message file.
  268.  
  269.         TLX simply ties into the PRE and POST PROCESS options in Jabber.
  270.         However, there is apparently a small bug within v1.1 that does
  271.         not add the required message header to the reply file before TLX
  272.         can quote it - hence the quote enhancer does NOT work! When this
  273.         problem is fixed by the author, TLX will quote your messages. In
  274.         the meanwhile - if you use an external editor you can add the
  275.         TLX command line to a batch file to execute before calling your
  276.         editor; or assign an F key if you use the internal editor.
  277.  
  278.  
  279.                                Speed Read
  280.                                ~~~~~~~~~~
  281.  
  282.         Tag Line Xpress installs automatically into versions 1.2 and 1.3
  283.         of Speed Read (Speed). Other versions have not been tested with
  284.         TLX and are not guaranteed to work.
  285.  
  286.         A small bug exists within Speed Read v1.2 - if you re-edit a
  287.         reply, Speed adds a second message header and TLX promptly
  288.         quotes the message, resulting in double quoted replies. The
  289.         author of Speed Read has been notified, and will fix the problem
  290.         in a future release.
  291.  
  292.         If you experience double taglines with Speed, you can use the
  293.         UNTAG.EXE utility provided with this archive. From within Speed,
  294.         modify the Configuration option Compression Prgs. and add NEWZIP
  295.         before the compress command, e.g.
  296.  
  297.         Old Option> PKZIP -m -u %s
  298.         New Option> COMMAND.COM /c \path\NEWZIP.BAT PKZIP -m -u %s
  299.  
  300.         TLX will create a batch file called NEWZIP.BAT in the mail
  301.         reader directory, you should edit it and ensure that the file
  302.         reads:
  303.  
  304.         \path\UNTAG %5
  305.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  306.  
  307.         If you have changed your compress commands, change the UNTAG %
  308.         number to the parameter for the replies message file that is
  309.         compressed by the packer.
  310.  
  311.  
  312.         Advanced Information
  313.         ~~~~~~~~~~~~~~~~~~~~
  314.         This information is provided only to satisfy curiosity, and
  315.         explain the process by which TLX works.
  316.  
  317.         The following options are automatically modified by TLX within
  318.         the SpeedRead configuration:
  319.  
  320.         General Setup - Quoting - Initials NONE
  321.                                   Quote String BLANK
  322.                         External Programs - Editor -
  323.                         COMMAND.COM /c C:\path\TLX_RUN.BAT %s
  324.         Toggles/Options - Swapping ON
  325.                           Taglines OFF (5)
  326.                           Reply Header ON
  327.  
  328.         The batch file TLX_RUN.BAT contains the following:
  329.  
  330.         \path\TLX Q \path\ %1
  331.         editor %1 %2 %3 %4 %5
  332.         \path\TLX T \path\ %1
  333.         
  334.         where \path\TLX is the full path and filename of TLX;
  335.         Q is the command to Quote the message;
  336.         \path\ is the path to TLX's config and database;
  337.         %1 is the parameter that is replaced with the message file;
  338.         editor is the name of the editor with parameters %1-%5;
  339.         \path\TLX is the full path and filename of TLX;
  340.         T is the command to add a tagline;
  341.         \path\ is the path to TLX's config and database;
  342.         and %1 is the parameter that is replaced with the message file.
  343.  
  344.         Optionally, you can install TLX as an External Tagline Manager
  345.         if you do not wish to use the Quote enhancer and signature
  346.         features of TLX.
  347.  
  348.         You have to modify the following manually within the SpeedRead
  349.         configuration (do NOT install TLX automatically):
  350.  
  351.         General Setup - Tagline Mgr -
  352.                         COMMAND.COM /c \path\TLX g \path\ %s
  353.                         Tag Ret. File TLX.TAG
  354.  
  355.         where \path\ is the path to TLX's config and database.
  356.  
  357.         You can only call TLX AFTER you edit your message since TLX
  358.         needs to read your message to make tagline suggestions.
  359.  
  360.  
  361.                                MegaReader
  362.                                ~~~~~~~~~~
  363.  
  364.         TLX installs automatically into MegaReader v2.10. Other versions
  365.         have not been tested with TLX and are not guaranteed to work.
  366.  
  367.         Note that since MegaReader uses a non-standard message header
  368.         format, the TLX quote enhancer will not work. However the
  369.         tagline management capabilities of TLX are not affected.
  370.  
  371.         You have to be using the internal editor with the default
  372.         configuration. When you are done editing, press ALT-S (for Spell
  373.         Check) and MegaReader will execute TLX instead which adds the
  374.         tagline for you. If you are using a spell checker, you will have
  375.         to edit the batch file TLX_RUN.BAT and add it manually before
  376.         the TLX command line, and both the spell checker and TLX will
  377.         work. If you are using an EXTERNAL editor, MegaReader does NOT
  378.         access the Spell Checker batch file! You will have to edit the
  379.         external editor batch file to include the TLX command line after
  380.         the editor is called. You should leave the Spell Checker swap
  381.         option as YES, giving TLX more memory to operate in.
  382.  
  383.         MegaReader does not allow it's tagline to be disabled if it is
  384.         unregistered. And it is not possible to use the UNTAG utility
  385.         with MegaReader due to the method in which it calls PKZIP. If
  386.         you are experiencing double taglines in your replies, you will
  387.         have to manually fix them by the following process:
  388.  
  389.         1> UnZIP the reply packet PKUNZIP packet.REP;
  390.         2> Type UNTAG packet.MSG;
  391.         3> ZIP the reply packet PKZIP packet.REP packet.MSG
  392.  
  393.         This can be achieved automatically with a simple batch file:
  394.  
  395.         @ECHO OFF
  396.         PKUNZIP %1.REP
  397.         UNTAG %1
  398.         PKZIP %1.REP %1.MSG
  399.  
  400.         and execute this batch file with the packet name (NO extension)
  401.         on the command line, it extracts the reply file, corrects the
  402.         double tagline problem, and then compresses it again.
  403.  
  404.         Advanced Information
  405.         ~~~~~~~~~~~~~~~~~~~~
  406.         This information is provided only to satisfy curiosity, and
  407.         explain the process by which TLX works.
  408.  
  409.         The following options are automatically modified by TLX within
  410.         the MegaReader configuration:
  411.  
  412.         Spell Checker - \path\TLX_RUN.BAT
  413.  
  414.         where \path\ is the path to TLX's config and database.
  415.  
  416.         The batch file TLX_RUN.BAT contains the following:
  417.  
  418.         \path\TLX T \path\ MESSAGE.TXT
  419.  
  420.         where \path\TLX is the full path and filename of TLX;
  421.         T is the command to add a tagline;
  422.         \path\ is the path to TLX's config and database;
  423.         and MESSAGE.TXT is the message filename.
  424.  
  425.  
  426.                                Blue Wave
  427.                                ~~~~~~~~~
  428.  
  429.         Tag Line Xpress installs automatically into version 2.12 of the
  430.         Blue Wave reader. Other versions have not been tested with TLX
  431.         and are not guaranteed to work.
  432.  
  433.         If you experience double taglines with Blue Wave, you can use
  434.         the UNTAG.EXE utility provided with this archive. From within
  435.         Blue Wave, modify the Configuration option ARCHIVERS and add
  436.         NEWZIP before the compress command, e.g.
  437.  
  438.         Old Option> C:\ZIP\PKZIP.EXE @F @I
  439.         New Option> \path\NEWZIP C:\ZIP\PKZIP.EXE @F @I
  440.  
  441.         TLX will create a batch file called NEWZIP.BAT in the mail
  442.         reader directory, you should edit it and ensure that the file
  443.         reads:
  444.  
  445.         \path\UNTAG %3
  446.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  447.  
  448.         If you have changed your compress commands, change the UNTAG %
  449.         number to the parameter for the replies message file that is
  450.         compressed by the packer.
  451.  
  452.  
  453.         Advanced Information
  454.         ~~~~~~~~~~~~~~~~~~~~
  455.         This information is provided only to satisfy curiosity, and
  456.         explain the process by which TLX works.
  457.  
  458.         The following options are automatically modified by TLX within
  459.         the Blue Wave configuration:
  460.  
  461.         MISCELLANEOUS: ENTER/REPLY OPTIONS: When to Quote replies = YES
  462.                                           : Insert quote header   = YES
  463.         MISCELLANEOUS: TAGLINE CONFIGURATION: Selection          = NONE
  464.         DIRECTORIES: Editor file path:              = \path\TLX_RUN.BAT
  465.         STRINGS: Quote Header String: =
  466.              ::To: @T  From: @F  Subj: @S  ::@N----------------------@N
  467.  
  468.         The batch file TLX_RUN.BAT contains the following:
  469.  
  470.         \path\TLX Q \path\ %1
  471.         editor %1 %2 %3 %4 %5
  472.         \path\TLX T \path\ %1
  473.         
  474.         where \path\TLX is the full path and filename of TLX;
  475.         Q is the command to Quote the message;
  476.         \path\ is the path to TLX's config and database;
  477.         %1 is the parameter that is replaced with the message file;
  478.         editor is the name of the editor with parameters %1-%5;
  479.         \path\TLX is the full path and filename of TLX;
  480.         T is the command to add a tagline;
  481.         \path\ is the path to TLX's config and database;
  482.         and %1 is the parameter that is replaced with the message file.
  483.  
  484.  
  485.                                1st Reader
  486.                                ~~~~~~~~~~
  487.  
  488.         Tag Line Xpress installs automatically into version 1.10 of 1st
  489.         Reader. Other versions have not been tested with TLX and are not
  490.         guaranteed to work.
  491.  
  492.         Note that since 1st Reader uses a non-standard message header
  493.         format, the TLX quote enhancer will not work. However the
  494.         tagline management capabilities of TLX are not affected.
  495.  
  496.         If you experience double taglines with 1st Reader, you can use
  497.         the UNTAG.EXE utility provided with this archive. From within
  498.         1st Reader, modify the Setup option PACK and add NEWZIP before
  499.         the compress command, e.g.
  500.  
  501.         Old Option> @API$(5)QZIP %1 %2 /NOCLS /CURSOR_OFF
  502.         New Option> \path\NEWZIP PKZIP %1 %2
  503.  
  504.         Note that the classic PKZIP program has been used instead of
  505.         QZIP that comes with 1st Reader.
  506.  
  507.         TLX will create a batch file called NEWZIP.BAT in the mail
  508.         reader directory, you should edit it and ensure that the file
  509.         reads:
  510.  
  511.         \path\UNTAG %3
  512.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  513.  
  514.         If you have changed your compress commands, change the UNTAG %
  515.         number to the parameter for the replies message file that is
  516.         compressed by the packer.
  517.  
  518.  
  519.         Advanced Information
  520.         ~~~~~~~~~~~~~~~~~~~~
  521.         This information is provided only to satisfy curiosity, and
  522.         explain the process by which TLX works.
  523.  
  524.         No modifications are done to the 1st Reader configuration by
  525.         TLX. A new batch file is created called $$SPELL.BAT (if this
  526.         file exists, it is appended to). 1st Reader calls this batch
  527.         file automatically after each reply is entered ONLY IF you
  528.         select to SPELL CHECK the message! You MUST choose to do so in
  529.         order to use TLX!
  530.  
  531.         TLX also creates a batch file TLX_RUN.BAT containing the
  532.         following, if you choose to use an external editor you must edit
  533.         this file and enter your editor name, and also modify the 1st
  534.         Reader configuration with this batch file as the external
  535.         editor:
  536.  
  537.         Your Editor %1 %2 %3 %4 %5
  538.         \path\TLX T \path\ %1
  539.         
  540.         Your Editor is the name of your editor with parameters %1-%5;
  541.         \path\TLX is the full path and filename of TLX;
  542.         T is the command to add a tagline;
  543.         \path\ is the path to TLX's config and database;
  544.         and %1 is the parameter that is replaced with the message file.
  545.  
  546.  
  547.                                 RoboMail
  548.                                 ~~~~~~~~
  549.  
  550.         Tag Line Xpress installs automatically into version 1.20 of the
  551.         RoboMail reader. Other versions have not been tested with TLX
  552.         and are not guaranteed to work.
  553.  
  554.         Note that since the internal editor does not allow any method to
  555.         'hook' external programs, TLX can only work with an EXTERNAL
  556.         editor! When installed, TLX will use the default editor name
  557.         that it finds in the RoboMail configuration, if this is wrong or
  558.         if you change your editor, make the change ONLY in the
  559.         TLX_RUN.BATch file (NOT in RoboMail)!
  560.  
  561.         If you experience double taglines with RoboMail, you can use the
  562.         UNTAG.EXE utility provided with this archive. From within
  563.         RoboMail, modify the Configuration option Archive Manupilation
  564.         Create ZIP and add NEWZIP before the compress command, e.g.
  565.  
  566.         Old Option> PKZIP.EXE @T @S
  567.         New Option> NEWZIP PKZIP.EXE @T @S
  568.  
  569.         TLX will create a batch file called NEWZIP.BAT in the mail
  570.         reader directory, you should edit it and ensure that the file
  571.         reads:
  572.  
  573.         \path\UNTAG \path\HOLD\*.MSG
  574.         %1 %2 %3 %4 %5 %6 %7 %8 %9
  575.  
  576.         RoboMail uses a file list to pass parameters to PKZIP, this
  577.         NEWZIP batch file should work for most configurations.
  578.  
  579.  
  580.         Advanced Information
  581.         ~~~~~~~~~~~~~~~~~~~~
  582.         This information is provided only to satisfy curiosity, and
  583.         explain the process by which TLX works.
  584.  
  585.         The following options are automatically modified by TLX within
  586.         the RoboMail configuration:
  587.  
  588.         XMS Swap = Y
  589.         EMS Swap = Y
  590.         External Editor = \path\TLX_RUN.BAT %T %S
  591.         Editor RAM = 640
  592.         Original File = REPLY.TXT
  593.         Reply File = REPLY.TXT
  594.         Quote Style = Full text quoted
  595.         Quote Prefix = ->
  596.         Taglines = Disabled
  597.         Fido Taglines = Disabled
  598.  
  599.         The batch file TLX_RUN.BAT contains the following:
  600.  
  601.         \path\TLX Q \path\ %1
  602.         editor %1 %2 %3 %4 %5
  603.         \path\TLX T \path\ %1
  604.         
  605.         where \path\TLX is the full path and filename of TLX;
  606.         Q is the command to Quote the message;
  607.         \path\ is the path to TLX's config and database;
  608.         %1 is the parameter that is replaced with the message file;
  609.         editor is the name of the editor with parameters %1-%5;
  610.         \path\TLX is the full path and filename of TLX;
  611.         T is the command to add a tagline;
  612.         \path\ is the path to TLX's config and database;
  613.         and %1 is the parameter that is replaced with the message file.
  614.  
  615.  
  616.  
  617.  
  618.  
  619.